ostree_bootdir: prepend $(prefix) to path
authorJonathan Lebon <jlebon@redhat.com>
Thu, 11 Aug 2016 14:29:56 +0000 (10:29 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 11 Aug 2016 14:37:55 +0000 (14:37 +0000)
Otherwise we break local installs.

Closes: #456
Approved by: cgwalters

Makefile-decls.am

index d7e61355667ef63caa3a4dcce8839de9f10e1b17..aa93a5f2c60aa645d09f002b736a839be14e7f25 100644 (file)
@@ -43,7 +43,7 @@ gir_DATA =
 typelibdir = $(libdir)/girepository-1.0
 typelib_DATA =
 gsettings_SCHEMAS =
-ostree_bootdir = /usr/lib/ostree
+ostree_bootdir = $(prefix)/usr/lib/ostree
 ostree_boot_PROGRAMS =
 
 # This is a special facility to chain together hooks easily